home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / perl / mac-perl / mcprl402.bin / README.MPW next >
Text File  |  1993-01-25  |  2KB  |  59 lines

  1. WELCOME TO MPW PERL
  2.  
  3. This is Perl for the Mac, ported to MPW C by Matthias Neeracher <neeri@iis.ethz.ch>
  4. and Tim Endres <time.ice.com>. It runs every program in the test suite that you
  5. could it reasonably expect to, and some you probably didn't expect.
  6. Feel free to give this program away according to the terms stated in the README file.
  7.  
  8. System Requirements
  9.  
  10. Perl really likes MPW. The standalone version is not much use yet. Some of the 
  11. really cool features require ToolServer, System 7, and enough RAM (Notably
  12. stuff like `CFront MacApp.cp`, while (<┼.c>) or open(XXX, "Catenate ┼.c |"))
  13. Some of the files barely compile with 5 megabytes of RAM.
  14.  
  15. Bugs, Suggestions, Damnations
  16.  
  17. Please send your bug reports and/or fixes to <neeri@iis.ethz.ch> (It is rather 
  18. unlikely that any of the bugs are relevant to the UNIX version). 
  19.  
  20. Mailing list
  21.  
  22. There is now a mailing list for announcing new releases, sharing scripts, and 
  23. discussions about how to make MPW Perl change your life. To subscribe, send
  24. a mail to <mpw-perl-request@iis.ethz.ch>
  25.  
  26. Revision History
  27.  
  28. 24Jan93    4.0.6
  29.  
  30. - choose() for files no longer includes the terminating null character.
  31. - rename() and TCP sockets work better (thanks to Brad Pickering for reporting
  32.   these bugs).
  33. - standalone version can read scripts from its data fork and accepts more 
  34.   startup files.
  35. - (hopefully) improved the documentation a little. Added ObiWan support.
  36.   
  37. 20Dec92    4.0.5
  38.  
  39. - Supports sockets and symbolic links.
  40. - "ask", "answer" and "pick" are now builtins with a slightly changed syntax (sorry).
  41. - A few mac scripts are now provided in :t:mac and :macscripts:
  42. - The application now always searches for a #! line first. If none is found,
  43.   the script is executed anyway, but the file has to be read twice.
  44.   
  45. 27Sep92    4.0.4
  46.  
  47. This release upgrades the Mac version to UNIX patchlevel 35.
  48.  
  49. 08Jun92    4.0.3
  50.  
  51. This release supports opendir (In fact, I thought the last one'd already support it.
  52. Thanks to Mike Meckler <meckler@egg.gg.caltech.edu> for reporting this bug).
  53.  
  54. dbmopen & friends are now supported.
  55.  
  56. 20Jan92    4.0.2
  57.  
  58. First public release.
  59.